home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Links / view-page-source.izs < prev    next >
Text File  |  2005-08-07  |  783b  |  44 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>View Page-Source Script
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>Use this script to view the source of any html document easily. Simply insert the below code onto any web page.
  7. <!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>links<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13. <script>
  14. <!--
  15.  
  16.  
  17. function viewthesource(){
  18. window.location="view-source:"+window.location
  19. }
  20. //-->
  21. </script>
  22. <a href="javascript:viewthesource()">Click to view source!</a>
  23.  
  24. <!-- END OF SCRIPT -->
  25. <!/SCRIPT>
  26.  
  27. <!PREVIEW>
  28. <!-- START OF SCRIPT -->
  29.  
  30. <script>
  31. <!--
  32.  
  33.  
  34. function viewthesource(){
  35. window.location="view-source:"+window.location
  36. }
  37. //-->
  38. </script>
  39. <a href="javascript:viewthesource()">Click to view source!</a>
  40.  
  41. <!-- END OF SCRIPT -->
  42. <!/PREVIEW>
  43.  
  44. <!RELATED>NONE<!/RELATED>